2008-09-11 Cosimo Cecchi <cosimoc@gnome.org>
Bug 536542 – gtk_list_store_set() documentation doesn't say whether
values are copied.
* gtk/gtkliststore.c:
* gtk/gtktreestore.c:
Explicitly mention in the docs that gtk_[list,tree]_store_set copies
or keep a reference of the values.
svn path=/trunk/; revision=21349
+2008-09-11 Cosimo Cecchi <cosimoc@gnome.org>
+
+ Bug 536542 – gtk_list_store_set() documentation doesn't say whether
+ values are copied.
+
+ * gtk/gtkliststore.c:
+ * gtk/gtktreestore.c:
+ Explicitly mention in the docs that gtk_[list,tree]_store_set copies
+ or keep a reference of the values.
+
2008-09-11 Marek Kasik <mkasik@redhat.com>
Bug 551378 - Print dialog: should try UDS when fetching PPD for
* The list is terminated by a -1. For example, to set column 0 with type
* %G_TYPE_STRING to "Foo", you would write <literal>gtk_list_store_set (store, iter,
* 0, "Foo", -1)</literal>.
+ * The value will be copied or referenced by the store if appropriate.
**/
void
gtk_list_store_set (GtkListStore *list_store,
* The list is terminated by a -1. For example, to set column 0 with type
* %G_TYPE_STRING to "Foo", you would write
* <literal>gtk_tree_store_set (store, iter, 0, "Foo", -1)</literal>.
+ * The value will be copied or referenced by the store if appropriate.
**/
void
gtk_tree_store_set (GtkTreeStore *tree_store,